home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / multiscr.arc / MULTISCR.DOC < prev    next >
Text File  |  1990-04-11  |  6KB  |  108 lines

  1.  
  2.  
  3.                             MULTI-SCRIPT v1.00
  4.                               by John Wright
  5.             A Telix utility that executes many scripts from one.
  6.  
  7.  
  8.              Multi-Script is a useful utility that will allow you to
  9.      run multiple scripts during some time event.  This program is
  10.      especially useful for SysOps who need to execute more than one
  11.      script during their daily event, or for those Telix users who
  12.      would like to auto-logon several BBSs.  This program goes hand-in-
  13.      hand with another program by the same author, Auto-Run.  Auto-Run
  14.      allows the Telix user to auto-execute a script at a certain time
  15.      of day.  When used together, you could initiate your scripts at
  16.      a certain time of day or night, and then run multiple scripts,
  17.      enabling you to logon several BBS's or hosts automatically.
  18.  
  19.           Multi-Script was written entirely in SALT, Telix's powerful
  20.      script language.  Special thanks go to Colin Sampaleanu, author of Telix
  21.      and the SALT language.  Telix is a registered copyright of:
  22.                                           Colin Sampaleanu
  23.                                           & Exis Inc.
  24.                                           P.O. Box 130
  25.                                           West Hill, ON
  26.                                           Canada  M1E 4R4
  27.  
  28.                    Register your copy of Telix today!
  29.  
  30.           Multi-Script was written as Share-Ware, meaning that a
  31.      registration fee must be sent to the author if this program is to
  32.      be used after a 10-day trial period.  Registration of programs such
  33.      as these guarantees the continued willingness of software authors
  34.      to make available to the public, useful low-cost programs.  Type
  35.      "register" to print a registration form for this program.
  36.  
  37.           The following files should have been present in the original
  38.      archive file:
  39.            multiscr.bat - A batch file that initiates Multi-Script.
  40.            multiscr.slc - Telix script file with actual program.
  41.            multiscr.doc - The manual you are reading.
  42.             scripts.dat - A data file of the scripts to be run.
  43.            register.txt - The registration form for Multi-Script.
  44.            register.bat - A batch file to print registration form.
  45.                 bbs.txt - A descriptive text file to be uploaded
  46.                            as an info message about this program.
  47.  
  48.    * A QUICK DEMONSTRATION:  Place all files in your Telix directory.
  49.      Use a text editor such as EDLIN or Qedit to modify "scripts.dat".
  50.      Just replace the example script names with the names of the scripts
  51.      you wish to run, placing one on each line.  Then Type "Multiscr"
  52.      and the program will begin.
  53.  
  54.    * To run Multi-Script during an event, simply edit the "scripts.dat"
  55.      file, replacing the examples with your own script names.  Then have
  56.      your event batch file call "multiscr.bat".  Multi-Script will take it
  57.      from there, and return you to your event batch file when finished.
  58.  
  59.    * To run Multi-Script in conjunction with Auto-Run, follow the
  60.      instructions above except do not type "multiscr".  Then, run Auto-Run
  61.      and enter Multiscr.slc for the script to be executed automatically.
  62.  
  63.      Special Note:  If you want to determine if all of your scripts have
  64.      executed successfully, you may do so.  Multi-Script records all of
  65.      it's usage information in a file called "multiscr.log".  This file is
  66.      created automatically the first time Multi-Script is run.  Multi-Script
  67.      also returns an error-level to the originating batch file that tells
  68.      how many scripts were executed successfully.  i.e. errorlevel == 5
  69.      if 5 scripts were run successfully.  Remember to use the dos "call"
  70.      command when running Multi-Script from another batch file, or the
  71.      errorlevel will not be returned to your originating batch file.  If
  72.      using Auto-Run to call this program, the errorlevel will be returned
  73.      to the Auto-Run batch file (auto-run.bat).
  74.  
  75.          Look for the author's other software programs at your favorite
  76.      BBS or at the BBS listed below:
  77.          Colortel.zip - A Telix macro key program that allows the entry
  78.                         of ANSI color in all of your messages.  Draw
  79.                         sharp boxes and borders - all in color!
  80.          Auto-Run.zip - Allows the automatic execution of any Telix script
  81.                         at a certain time designated by the program user.
  82.                         Also will execute the script continuously (every
  83.                         day) at the time of day set by the user.
  84.  
  85.           The author of this program is a member of S.I. Software
  86.      Solutions, an organization formed to pool support resources for
  87.      authors of Share-Ware products.  If you have any questions,
  88.      comments, ideas, ect. about this or other S.I. Software products
  89.      please direct them to our support BBS:
  90.  
  91.      Micro-Mart BBS - (618) 529-4457 in Carbondale, IL - (Join conf. 13)
  92.            ****   25,000 files and over 50 doors on-line   ****
  93.      Special thanks go to Jay Fuller, SysOp of this fine board for his
  94.      relentless support of our Share-Ware organization.
  95.  
  96.      The author may also be contacted at Compuserve (go IBMCOM),
  97.                         John Wright (76605,1310).
  98.  
  99.           If you find this program useful, please register it with the
  100.      author.
  101.                   Send $5 to:     John Wright
  102.                                   250 S. Lewis Lane #25
  103.                                   Carbondale, IL  62901
  104.  
  105.                         Thanks for your support!
  106.  
  107.  
  108.